home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Dev / Meshwriter / MeshWriterTest / modules / modules.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-12-03  |  725 b   |  32 lines

  1. /*
  2. **      $VER: modules.h 1.00 (27.3.1999)
  3. **
  4. **      Creation date     : 20.3.1999
  5. **
  6. **      Description       :
  7. **         MeshWriter testprogram shape modules includes.
  8. **
  9. **
  10. **      Written by Stephan Bielmann
  11. **
  12. */
  13.  
  14. #ifndef INCLUDE_MODULES_H
  15. #define INCLUDE_MODULES_H
  16.  
  17. extern void pyramid (ULONG mesh);
  18. extern void cube (ULONG mesh);
  19. extern void ground (ULONG mesh);
  20. extern void checkboard (ULONG mesh);
  21. extern void cubetower (ULONG mesh);
  22. extern void wave (ULONG mesh);
  23. extern void ripples (ULONG mesh);
  24. extern void pawn (ULONG mesh);
  25. extern void circle (ULONG mesh);
  26. extern void galaxy (ULONG mesh);
  27. extern void landscape (ULONG mesh);
  28.  
  29. #endif
  30.  
  31. /************************* End of file ******************************/
  32.